PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsCosIndirectReference Method
Index of element to return.
default value to return if the element at the specified index is not a COS indirect reference
In This Topic
    getAsCosIndirectReference Method
    In This Topic
    Gets the element at the specified index as a COS indirect reference.
    Syntax
    public PDFCosIndirectReference getAsCosIndirectReference( 
       int index,
       PDFCosIndirectReference defaultValue
    )

    Parameters

    index
    Index of element to return.
    defaultValue
    default value to return if the element at the specified index is not a COS indirect reference

    Return Value

    The element at the specified.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also